
a
{
	color: white;
}
.vacantlebo
{margin-top: 40px;
	color: white;display: none;
}
.showvacantsecho
{margin-top: 40px;background-color: rgba(1,100,120,1);
	color: white;font-size: 32px;
	animation-name: makeehome;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes makeehome
{
	0%{
				color: white;
		}
			80%{color: white;
				
		}85%{color: black;
				
		}
	90%{color: white;
				
		}
	100%{
		
		color: black;
		}
}
.markeeresi
{
	color: green;background-color: white;font-weight: bold;
}
.maindiv,.main
{
width: 100%;
height: 100%;
margin: 10px auto;
margin-top: 0px;
text-align: center;
font-size: 25px;background: rgba(132,170,190,1);
z-index: 2;
}
.brandandtime
{
width: 100%;
height: 100%;
margin: 10px auto;
margin-top: 0px;
text-align: center;
background: rgba(1,100,120,0.5);
display: flex;
font-size: 25px;
}
.brand
{
	/* border-right: solid rgba(171,171,171,1) 13px; */

width: 90%;
margin-left: 5%;margin-right: 5%;
height: 100%;font-size: 21px;
margin: 20px auto;
margin-top: 50px;
text-align: center;
background: rgba(1,100,120,1);
}
.loginlink
{
width: 100%;
height: 100%;
margin: 10px auto;
margin-top: 0px;
text-align: center;
/* background: rgba(21,21,221,0); */

}
.login
{
	border: solid rgba(171,171,171,1) 3px;
top: 11px;
text-align: center;
background: rgba(1,100,120,1);
position: fixed;display: none;
right: 50px;color: red;
padding: 3px;
}
.logologinlink
{
width: 100%;
height: 100%;
margin: 10px auto;
margin-top: 0px;
text-align: center;
background: rgba(231,241,221,1);
display: flex;
font-size: 25px;
}
.linksdiv
	{width: 100%;background: rgba(132,170,190,1);
		display: grid;
		grid-template-areas:
		'home'
		'about'
		'vaca'
        'propa'
		 'parts';
        gap: 21px;
	}
	.aboutus{grid-area: about;}
	.partnerslink{grid-area: parts;}
	.propalink{grid-area: propa;}
	.vacantslink{grid-area: vaca;}
	.homelink{grid-area: home;}
.linksdiv div
{
width: 100%;
font-weight: bold;
background: rgba(1,100,120,1);
border-top: solid 5px rgba(171,171,171,1);
}	
.linksdiv div:hover
{
width: 100%;
font-weight: bold;
background: rgba(171,171,171,1);
color: black;
}
.linksdiv a
{
	text-decoration: none;
	text-align: center;
	width: 100%;
	color: white;
}
.linksdiv a div
{
width: 100%;
background: rgba(1,100,120,1);
font-weight: bold;
color: white;
cursor: pointer;
border-top: solid 5px rgba(132,170,190,1);
}	
.indexfore
{
	margin-top: 40px;
color: green;font-size: 19px;
}	
.indexfore1
{
color: white;
}
.indexfore1a
{
width: 100%;
}
.indexfore1b
{width: 100%;

}
.indexfore2
{
		width: 100%;
}	
.indexnotes
{
	background: rgba(1,100,130,0.2);
	width: 80%;margin-left: 5%;
	padding: 5%;
}	
.dealersdiv
{
	background: rgba(120,160,170,1);
	font-size: 32px;
	margin-top: 40px;border: solid 5px white;
	margin-right: 8%;
	margin-left: 8%;
}
.h2the
{
	background: rgba(120,160,170,1);
	font-size: 22px;
	margin-top: 40px;
	margin-right: 2%;
	margin-left: 2%;
}
.img1
{
	width: 90%;display: none;
	margin-left: 5%;margin-right: 5%;
}
.img12
{
	width: 90%;display: none;
	margin-left: 5%;margin-right: 5%;
}
.img2
{
	width: 90%;
	margin-left: 5%;margin-right: 5%;margin-top: 50px;
}
.terms
{
	margin-top: 100px;padding-bottom: 50px;
}
	
	
.ficha,.time
{
	display: none;transition: 2s;
}